src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Aug 2011 01:42:00 +0000 (03:42 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Aug 2011 01:42:00 +0000 (03:42 +0200)
src/ChangeLog
src/makefile.w32-in

index 6e4a79098788fbf6f253239d2fd3131658ed8645..b02bc98555d9a1073c8797c5020e831172a3a49b 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
+
 2011-08-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        Integer and memory overflow issues (Bug#9196).
index 792b66b0e4f03de8c36279fb2404e322d0ab8d46..53cb5f857ab2e38d84a70a9a97dba815cab53951 100644 (file)
@@ -469,6 +469,7 @@ $(BLD)/alloc.$(O) : \
        $(SRC)/syssignal.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(CHARACTER_H) \
        $(CONFIG_H) \